fix various printf related issues. (#858)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 25 Feb 2022 13:45:31 +0000 (06:45 -0700)
committerGitHub <noreply@github.com>
Fri, 25 Feb 2022 13:45:31 +0000 (06:45 -0700)
commit3a79346aca945fd318ecc54bc4f1a4a78e248c78
treea7e2502968a272cbe2ad7018c819305acf845337
parent4094841f37d5013fa1b972d678857861a8f01a1d
fix various printf related issues. (#858)

* dont use posix printf argument reordering.

it isn't supported by MSVC printf, it requires _printf_p.

* fix lowranceusr printf errors on MSVC.

There are still multiple other errors with Qt6 on other platforms
related to the Qt5 -> Qt6 transition with sizes.

* fix size related printf issues in lowranceusr.

note the type of these variables is different between Qt5 and Qt6.
garmin_gpi.cc
lowranceusr.cc
lowranceusr.h